SeekAnimationsRequest
data class SeekAnimationsRequest(animations: List<String>, currentTime: Double)
Content copied to clipboard
Represents request frame that can be used with Animation#seekAnimations operation call.
Seek a set of animations to a particular time within each animation.